home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Re aete resource question < prev    next >
Encoding:
Internet Message Format  |  1996-07-18  |  1.4 KB  |  [TEXT/ttxt]

  1. Subject:     Re:'aete' resource question
  2. Sent:        7/18/96 11:42 AM
  3. Received:    7/18/96 11:51 AM
  4. From:        Greg Friedman, friedman@cognosis.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. Serge Froment wrote:
  9. > Dear ODF Team:
  10. >
  11. > In the semantic terminology resource file of ODFDraw SemtTerm.r, you can
  12. > find the following lines:
  13. >
  14. >                 /* [2] */
  15. >                 "Standard Suite",
  16. >                 "Common terms for most parts",
  17. >                 'CoRe',
  18. >
  19. > Why is the suite ID 'CoRe' and not kAECoreSuite?
  20.  
  21. There are two ways to implement support for standard suites: a) use the
  22. suite id, as defined in the registry or b) define a unique ID.
  23.  
  24. Use method 'a' if you provide complete support for all events, classes,
  25. specifiers, enumerations, etc. that the original suite defines. Use method
  26. 'b' if your application supports a subset of what is defined in the suite.
  27. Since ODF Draw supports only a subset, we define a unique identifier, and
  28. then explicitly define what we support. If you use method 'a', you don't
  29. need to provide details about what portion of the suite you support. OSA
  30. will treat the definition as a "stub" and assume that you support
  31. everything defined in the suite.
  32.  
  33. Greg.
  34.  
  35.  
  36. _________________________________________________________
  37. Greg Friedman      ODF Engineering       Apple Computer
  38.  
  39.  
  40.